home *** CD-ROM | disk | FTP | other *** search
- Weblog1.1
-
- Matt Mankins <mmankins@cs.cs.miami.edu>
- Burt Rosenberg
- (C) 1995. Free to distribute
-
- Installation:
-
- 1. cd to uncgi
- 2. Edit the Makefile, changing the CGI-BIN directory to match your system.
- 3. Do a make install.
- 4. Move visitor.pl to CGI-BIN
- 5. Edit visitor.pl, changing the $wdir variable to be the directory you want your
- Webbook files kept in. Also edit $ipath to equal the WEBSPACE path of your image
- directory where visitors.gif is kept.
- 6. Create the directory specified in $wdir.
- 7. Change ownership of $wdir to user nobody (or whatever user runs your httpd
- daemon.)
- % su
- # chown nobody $wdir
- 8. Change file permissions on $wdir to 755.
- # chmod 755 $wdir
- 9. Move visitors.html to $wdir.
- 10. Move visitors.gif to $ipath.
- 11. Place weblog.html in an appropriate directory, editing all URLs as needed.
- 12. Point your webbrowser to http://yourmachine.edu/weblog.html
-
- Matt Mankins
- mmankins@mail.arc.miami.edu
-